Antifa UI Testing Result

Login customer

Results

Start time End time Elapsed time Result
2025-01-30T02:52:33.522602500 2025-01-30T02:55:34.128164300 180605ms SUCCESS

Executed Steps

  1. Open the browser page at "http://localhost:8080/TurkishAirlines/".

    Details
    Start time End time Elapsed time Result
    2025-01-30T02:52:33.522602500 2025-01-30T02:53:01.931825900 28409ms SUCCESS

    Command [instruction=Open the browser page at "http://localhost:8080/TurkishAirlines/"., action=open, object=browser, parameter=http://localhost:8080/TurkishAirlines/, type=page]

  2. Define @LoginButton as "Login" located by "a.nav-link[href='Login']".

    Details
    Start time End time Elapsed time Result
    2025-01-30T02:53:01.932824300 2025-01-30T02:53:01.932824300 0ms SUCCESS

    Command [instruction=Define @LoginButton as "Login" located by "a.nav-link[href='Login']"., action=define, object=@LoginButton, parameter=a.nav-link[href='Login'] Login, type=null]

  3. Click on Login button.

    Details
    Start time End time Elapsed time Result
    2025-01-30T02:53:01.932824300 2025-01-30T02:53:51.570054 49637ms SUCCESS

    Command [instruction=Click on Login button., action=click, object=@LoginButton, parameter=null, type=button]

  4. Define @EmailField as "Email" located by "input[name='j_username']".

    Details
    Start time End time Elapsed time Result
    2025-01-30T02:53:51.570054 2025-01-30T02:53:51.570054 0ms SUCCESS

    Command [instruction=Define @EmailField as "Email" located by "input[name='j_username']"., action=define, object=@EmailField, parameter=input[name='j_username'] Email, type=null]

  5. Write "shariq@customer.com" to Email input.

    Details
    Start time End time Elapsed time Result
    2025-01-30T02:53:51.570054 2025-01-30T02:53:51.935254600 365ms SUCCESS

    Command [instruction=Write "shariq@customer.com" to Email input., action=write, object=@EmailField, parameter=shariq@customer.com, type=input]

  6. Define @PasswordField as "Password" located by "input[name='j_password']".

    Details
    Start time End time Elapsed time Result
    2025-01-30T02:53:51.936261700 2025-01-30T02:53:51.936261700 0ms SUCCESS

    Command [instruction=Define @PasswordField as "Password" located by "input[name='j_password']"., action=define, object=@PasswordField, parameter=input[name='j_password'] Password, type=null]

  7. Write "c" to Password input.

    Details
    Start time End time Elapsed time Result
    2025-01-30T02:53:51.936261700 2025-01-30T02:53:52.279422400 343ms SUCCESS

    Command [instruction=Write "c" to Password input., action=write, object=@PasswordField, parameter=c, type=input]

  8. Define @SignInButton as "Sign in!" located by "button.btn".

    Details
    Start time End time Elapsed time Result
    2025-01-30T02:53:52.279422400 2025-01-30T02:53:52.279422400 0ms SUCCESS

    Command [instruction=Define @SignInButton as "Sign in!" located by "button.btn"., action=define, object=@SignInButton, parameter=button.btn Sign in!, type=null]

  9. Click on Sign in! button.

    Details
    Start time End time Elapsed time Result
    2025-01-30T02:53:52.279422400 2025-01-30T02:54:42.765301700 50485ms SUCCESS

    Command [instruction=Click on Sign in! button., action=click, object=@SignInButton, parameter=null, type=button]

  10. Define @LogoutButton as "Logout" located by "a.nav-link[href='Logout']".

    Details
    Start time End time Elapsed time Result
    2025-01-30T02:54:42.765301700 2025-01-30T02:54:42.765301700 0ms SUCCESS

    Command [instruction=Define @LogoutButton as "Logout" located by "a.nav-link[href='Logout']"., action=define, object=@LogoutButton, parameter=a.nav-link[href='Logout'] Logout, type=null]

  11. Click on Logout button.

    Details
    Start time End time Elapsed time Result
    2025-01-30T02:54:42.765301700 2025-01-30T02:55:34.128164300 51362ms SUCCESS

    Command [instruction=Click on Logout button., action=click, object=@LogoutButton, parameter=null, type=button]